HttpAuthPreferences

public interface HttpAuthPreferences

The HTTP authorization preferences.

Functions

Link copied to clipboard
public abstract String delegateWhitelist()
Returns the HTTP network delegate authorization whitelist as a string with comma/semicolon separated server URLs.
public abstract void delegateWhitelist(String delegateWhitelist)
Configures the HTTP network delegate authorization whitelist.
Link copied to clipboard
public abstract String serverWhitelist()
Returns the server HTTP authorization whitelist as a string with comma/semicolon separated server URLs.
public abstract void serverWhitelist(String serverWhitelist)
Configures the server HTTP authorization whitelist.